home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -in_the_mag- / workbench / sql / sqldb / changes next >
Text File  |  1999-06-29  |  2KB  |  55 lines

  1. changes since last release on 08/28/92
  2.  
  3.     using SAS/C 6.2
  4.     bug in creation of system tables fixed
  5.     bug in query optimization fixed
  6.     fixed a lot of things that were broken in the last release
  7.     changed display formatting of tables (numbers are now
  8.         flush right)
  9.     changed FLOAT from float to double, fixes rounding errors
  10.     added IS [NOT] NULL clause
  11.     added UPDATE/DELETE WHERE CURRENT OF cursor
  12.     added multiple aggregate functions -
  13.         3*avg(col1) and sum(col1)-sum(col2) work as you would
  14.         expect.
  15.     bug in HAVING clause fixed
  16.     bug in WHERE clause fixed
  17.     IMPORT ASCII command added
  18.     Disk I/O enhanced which can provide a speed increase of more
  19.         than 35%
  20.  
  21. changes since last release on 02/03/92
  22.  
  23.     bug in in command entry and semi-colons in string constants fixed
  24.     bug in sourceing a file that ended without a newline fixed
  25.     bug in table formatting regarding AMARKs and IMARKs fixed
  26.     bug in AMARKs/IMARKs handling in expressions
  27.     INSERT with subquery added
  28.     CREATE/OPEN/CLOSE DATABASE added
  29.     SELECT DISTINCT added
  30.     added ESCAPE clause to LIKE
  31.     CREATE INDEX statement added
  32.     query optimization for registered users
  33.     table is OPENed automatically after being CREATED
  34.     CHAR type max length increased to 1024 - use a stack > 30000
  35.     column aliases - expr AS ident - ANSI SQL2
  36.     multiuser capability
  37.     ARexx interface changed due to gcc-2.2.2
  38.  
  39. changes since last release on 11/25/91
  40.  
  41.     doc/sqldb_sqlref.doc deleted
  42.     doc/sqldb_sqlrefman.doc updated
  43.     added ORDER BY clause to SELECT
  44.     more memory leaks fixed
  45.     bug in NOT, MAYBE, MAYBE_I, MAYBE_A logical operators fixed
  46.     bug in SELECT ... OUTPUT TO filename fixed
  47.     bug in column formatting in GROUP BY fixed
  48.     added DATE and TIME datatype
  49.     bug in row selection in GROUP BY fixed
  50.     bug in row deletion/insertion fixed
  51.     added support for NOTNULL in INSERT INTO, UPDATE and 
  52.         DISPLAY TABLE statements
  53.     bug in ARexx interface fixed
  54.  
  55.